Platform Explorer / Nuxeo Platform LTS 2015 7.10

Component org.nuxeo.ecm.platform.rendition.version

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.platform.rendition.version">

  <extension target="org.nuxeo.ecm.core.CoreService" point="orphanVersionRemovalFilter">
    <documentation>
      Contribute a custom OrphanVersionRemovalFilter that does not delete Rendition version
      that do not have a live/checked-out document.
    </documentation>
    <filter class="org.nuxeo.ecm.platform.rendition.version.RenditionAwareVersionRemovalPolicy"></filter>
  </extension>
</component>